home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / nwbth126.zip / NEWBOOTH.DOC < prev    next >
Text File  |  1993-02-03  |  3KB  |  87 lines

  1.  
  2.                  NewBooth 1.26 Copyright 1992-93  Keith N. Cochran
  3.  
  4.   NewBooth is a door which is part of the Voter Plus Voting Door System.
  5.  
  6.   It is meant to be run as a login type door, and when run, will notify
  7.   the caller if a new voting booth has been created and optionally whether
  8.   any booths have been modified since their last call date/time.
  9.  
  10.  
  11.   NewBooth 1.26 will only work with versions of Voter Plus 1.93 and later.
  12.  
  13.  
  14.   Installing NewBooth:
  15.  
  16.   -[ Step 1 ]-----------------------------
  17.   
  18.   Create a door batch file for NewBooth
  19.  
  20.   @echo off
  21.   cd \newbooth
  22.   NEWBOOTH.EXE NEWBOOTH.CNF C:\PCB C:\VOTE\VOTER.CNF
  23.   cd \pcb      ──────────── ─────- ────────────────-
  24.                │            │      └── PATH and NAME of VOTER.CNF file
  25.                │            │      
  26.                │            └─────── Location ONLY for this node's
  27.                │                     door information file.
  28.                └─ Config file name
  29.  
  30.  
  31.   Tell your BBS you have installed NewBooth.
  32.  
  33.   ***********************************************************
  34.   ****  Make sure you toggle the LOGIN flag in DOORS.LST ****
  35.   ***********************************************************
  36.  
  37.  
  38.    -[ Step 2 ]-----------------------------
  39.  
  40.   Modify the NEWBOOTH.CNF file
  41.  
  42.   interrupt
  43.   PCB
  44.   C:\PCB1\DOORS\VOTER\
  45.   20
  46.   YES
  47.   NO
  48.     
  49.   @X0B To vote on a booth, simply type @X09VOTE @X0Bat the Main Command prompt.
  50.     
  51.  
  52.   Line  1 - Leave at INTERRUPT
  53.   Line  2 - BBS type - PCB or SPIT
  54.   Line  3 - Path to where VOTER.EXE resides. (Include trailing "\")
  55.   Line  4 - Prompt delay length.  1 equals .5 sec.
  56.   Line  5 - Skip display if no NEW booths. YES/NO
  57.   Line  6 - Show CHANGED as well as NEW booths. YES/NO
  58.   Line  7 - Show RESET as well as NEW booths. YES/NO
  59.   Line  8 - Ask caller if they want to VOTE now. YES/NO
  60.   Line  9 - 
  61.   Line 10 - @X0B To vote on a booth, simply type @X09VOTE @X0Bat the Main Command prompt.
  62.   Line 11 - 
  63.  
  64.             Lines 9-11 will be displayed after the new booths are listed.
  65.   That's about it.
  66.  
  67. *******************  Using NewBooth With SpitFire 3.2  ********************
  68.  
  69.  
  70. When using NewBooth With SpitFire 3.2 BBS systems, the best way to run this
  71. program is from the "SFLogon.Bat" file which is run, if located, just after
  72. the system infomation is displayed to the user. 
  73.  
  74. Below is a sample SFLogon.Bat :
  75.  
  76.  
  77. @ECHO OFF
  78. QKDOOR C:\SF\DOOR C:\SF  (Converts Door.Sys to PCBoard format)
  79. COPY C:\PCB14\PCBOARD.DAT C:\SF
  80. CD\SF\DOORS\VOTER
  81. NEWBOOTH NEWBOOTH.CNF C:\SF C:\VOTE\VOTER.CNF
  82. CD\SF
  83.  
  84. For details on using QKDoor with SpitFire, see VOTER.DOC
  85.  
  86. ***************************************************************************
  87.